{
  "bundles": [
    {
      "@type": "NXBundle",
      "artifactId": "nuxeo-template-rendering-xdocreport",
      "artifactVersion": "2021.58.6",
      "bundleGroup": {
        "@type": "NXBundleGroup",
        "bundleIds": [
          "org.nuxeo.template.manager",
          "org.nuxeo.template.manager.api",
          "org.nuxeo.template.manager.jaxrs",
          "org.nuxeo.template.manager.jxls",
          "org.nuxeo.template.manager.xdocreport"
        ],
        "hierarchyPath": "/grp:org.nuxeo.template.rendering/grp:org.nuxeo.template",
        "id": "grp:org.nuxeo.template",
        "name": "org.nuxeo.template",
        "parentIds": [
          "grp:org.nuxeo.template.rendering"
        ],
        "readmes": [
          {
            "blobProviderId": "default",
            "content": "\n# Nuxeo Template Rendering\n\n## About Nuxeo Template Rendering\n The Nuxeo Template Rendering is a set of plugins that provides a way to associate a Nuxeo Document with a Template. The Templates are used to render the associated document. Depending on the Template type, a different Template Processor will be used and the resulting rendering can be :\n\n   * an HTML document\n   * an XML document\n   * an OpenOffice document\n   * an MS Office document\n\n\nEach template processor has his own logic for rendering a Document from a Template :\n\n   * raw processing (FreeMarker or XSLT)\n   * merge fields replacement (MS Office / OpenOffice)\n\nThis project is an on-going project, supported by Nuxeo.\n\n## Sub-modules organization\nThe project is splitted in several sub modules :\n\n**nuxeo-template-rendering-api**\n\nAPI module containing all interfaces.\n\n**nuxeo-template-rendering-core**\n\nComponent, extension points and service implementation. This modules only contains template processors for FreeMarker and XSLT.\n\n**nuxeo-template-rendering-jsf**\n\nContribute UI level extensions: Layouts, Widgets, Views, Url bindings ...\n\n**nuxeo-template-rendering-xdocreport**\n\nContribute the OpenOffice / DocX processor based on XDocReport. This is by far the most powerfull processor.\nSee: http://code.google.com/p/xdocreport/\n\n**nuxeo-template-rendering-jxls**\n\nContribute a template processor for XLS files based on JXLS project. See: http://jxls.sourceforge.net/\n\n**nuxeo-template-rendering-jod**\n\nContribute JOD Report based template processor for ODT files. This renderer is historical and replaced by xdocreport that is more powerful.\n\n**nuxeo-template-rendering-jaxrs**\n\nContribute a JAXRS simple API as well as a new WebTemplate doc type that is based on a Note rather than a file.\n\n**nuxeo-template-rendering-sandbox**\n\nMisc code and extensions that are currently experimental.\n\n**nuxeo-template-rendering-package**\n\nBuilder for marketplace package.\n\n## Building\n\n### How to build Nuxeo Template Rendering\nBuild the Nuxeo Template Rendering add-on with Maven:\n\n```mvn clean install```\n\n## Deploying\nNuxeo Template Rendering is available as a package add-on [from the Nuxeo Marketplace] (https://connect.nuxeo.com/nuxeo/site/marketplace/package/nuxeo-template-rendering)\n\n## Resources\n### Documentation\nThe documentation for Nuxeo Template Rendering is available in our Documentation Center: http://doc.nuxeo.com/x/9YSo\n\n### Reporting Issues\nYou can follow the developments in the Nuxeo Platform project of our JIRA bug tracker, which includes a Template Rendering component: https://jira.nuxeo.com/browse/NXP/component/11405\n\nYou can report issues on: http://answers.nuxeo.com/\n\n## About Nuxeo\nNuxeo dramatically improves how content-based applications are built, managed and deployed, making customers more agile, innovative and successful. Nuxeo provides a next generation, enterprise ready platform for building traditional and cutting-edge content oriented applications. Combining a powerful application development environment with SaaS-based tools and a modular architecture, the Nuxeo Platform and Products provide clear business value to some of the most recognizable brands including Verizon, Electronic Arts, Sharp, FICO, the U.S. Navy, and Boeing. Nuxeo is headquartered in New York and Paris. More information is available at www.nuxeo.com.\n",
            "digest": "e9e176463318c286d8f00955de4c43a2",
            "encoding": "UTF-8",
            "length": 3344,
            "mimeType": "text/plain",
            "name": "ReadMe.md"
          }
        ],
        "version": "2021.58"
      },
      "bundleId": "org.nuxeo.template.manager.xdocreport",
      "components": [
        {
          "@type": "NXComponent",
          "documentationHtml": "",
          "extensionPoints": [],
          "extensions": [
            {
              "@type": "NXContribution",
              "documentation": "XDocReport Report based template processor\n",
              "documentationHtml": "<p>\nXDocReport Report based template processor</p>",
              "extensionPoint": "org.nuxeo.template.service.TemplateProcessorComponent--processor",
              "hierarchyPath": "/grp:org.nuxeo.template.rendering/grp:org.nuxeo.template/org.nuxeo.template.manager.xdocreport/org.nuxeo.template.service.xdocreport.contrib/Contributions/org.nuxeo.template.service.xdocreport.contrib--processor",
              "id": "org.nuxeo.template.service.xdocreport.contrib--processor",
              "registrationOrder": 4,
              "targetComponentName": {
                "rawName": "service:org.nuxeo.template.service.TemplateProcessorComponent",
                "name": "org.nuxeo.template.service.TemplateProcessorComponent",
                "type": "service"
              },
              "version": "2021.58.6",
              "xml": "<extension point=\"processor\" target=\"org.nuxeo.template.service.TemplateProcessorComponent\">\n\n    <documentation>XDocReport Report based template processor</documentation>\n\n    <templateProcessor class=\"org.nuxeo.template.processors.xdocreport.XDocReportProcessor\" default=\"true\" label=\"XDocReport processor\" name=\"XDocReportProcessor\">\n      <supportedMimeType>application/vnd.oasis.opendocument.text</supportedMimeType>\n      <supportedMimeType>application/vnd.openxmlformats-officedocument.wordprocessingml.document</supportedMimeType>\n      <supportedMimeType>application/vnd.oasis.opendocument.spreadsheet</supportedMimeType>\n      <supportedExtension>odt</supportedExtension>\n      <supportedExtension>docx</supportedExtension>\n      <supportedExtension>ods</supportedExtension>\n    </templateProcessor>\n\n  </extension>"
            }
          ],
          "hierarchyPath": "/grp:org.nuxeo.template.rendering/grp:org.nuxeo.template/org.nuxeo.template.manager.xdocreport/org.nuxeo.template.service.xdocreport.contrib",
          "name": "org.nuxeo.template.service.xdocreport.contrib",
          "requirements": [
            "org.nuxeo.template.service.defaultContrib"
          ],
          "resolutionOrder": 893,
          "services": [],
          "startOrder": 764,
          "version": "2021.58.6",
          "xmlFileContent": "<component\n  name=\"org.nuxeo.template.service.xdocreport.contrib\">\n\n  <require>org.nuxeo.template.service.defaultContrib</require>\n\n  <extension target=\"org.nuxeo.template.service.TemplateProcessorComponent\" point=\"processor\">\n\n    <documentation>XDocReport Report based template processor</documentation>\n\n    <templateProcessor name=\"XDocReportProcessor\" label=\"XDocReport processor\" default=\"true\" class=\"org.nuxeo.template.processors.xdocreport.XDocReportProcessor\">\n      <supportedMimeType>application/vnd.oasis.opendocument.text</supportedMimeType>\n      <supportedMimeType>application/vnd.openxmlformats-officedocument.wordprocessingml.document</supportedMimeType>\n      <supportedMimeType>application/vnd.oasis.opendocument.spreadsheet</supportedMimeType>\n      <supportedExtension>odt</supportedExtension>\n      <supportedExtension>docx</supportedExtension>\n      <supportedExtension>ods</supportedExtension>\n    </templateProcessor>\n\n  </extension>\n\n </component>",
          "xmlFileName": "/OSGI-INF/templateprocessor-contrib.xml",
          "xmlPureComponent": true
        }
      ],
      "fileName": "nuxeo-template-rendering-xdocreport-2021.58.6.jar",
      "groupId": "org.nuxeo.template.rendering",
      "hierarchyPath": "/grp:org.nuxeo.template.rendering/grp:org.nuxeo.template/org.nuxeo.template.manager.xdocreport",
      "id": "org.nuxeo.template.manager.xdocreport",
      "location": "",
      "manifest": "Manifest-Version: 1.0\r\nArchiver-Version: Plexus Archiver\r\nCreated-By: Apache Maven\r\nBuilt-By: root\r\nBuild-Jdk: 11.0.23\r\nBundle-ManifestVersion: 1\r\nBundle-Version: 1.0.0\r\nBundle-Name: Nuxeo ECM Document template Manager XDocreport plugin\r\nBundle-SymbolicName: org.nuxeo.template.manager.xdocreport;singleton:=\r\n true\r\nNuxeo-WebModule: org.nuxeo.template.xdocreport.jaxrs.JAXRSRemotingAppl\r\n ication;name=XDocTemplateResources\r\nNuxeo-Component: OSGI-INF/templateprocessor-contrib.xml\r\n\r\n",
      "maxResolutionOrder": 893,
      "minResolutionOrder": 893,
      "packages": [
        "nuxeo-template-rendering"
      ],
      "parentReadme": {
        "blobProviderId": "default",
        "content": "\n# Nuxeo Template Rendering\n\n## About Nuxeo Template Rendering\n The Nuxeo Template Rendering is a set of plugins that provides a way to associate a Nuxeo Document with a Template. The Templates are used to render the associated document. Depending on the Template type, a different Template Processor will be used and the resulting rendering can be :\n\n   * an HTML document\n   * an XML document\n   * an OpenOffice document\n   * an MS Office document\n\n\nEach template processor has his own logic for rendering a Document from a Template :\n\n   * raw processing (FreeMarker or XSLT)\n   * merge fields replacement (MS Office / OpenOffice)\n\nThis project is an on-going project, supported by Nuxeo.\n\n## Sub-modules organization\nThe project is splitted in several sub modules :\n\n**nuxeo-template-rendering-api**\n\nAPI module containing all interfaces.\n\n**nuxeo-template-rendering-core**\n\nComponent, extension points and service implementation. This modules only contains template processors for FreeMarker and XSLT.\n\n**nuxeo-template-rendering-jsf**\n\nContribute UI level extensions: Layouts, Widgets, Views, Url bindings ...\n\n**nuxeo-template-rendering-xdocreport**\n\nContribute the OpenOffice / DocX processor based on XDocReport. This is by far the most powerfull processor.\nSee: http://code.google.com/p/xdocreport/\n\n**nuxeo-template-rendering-jxls**\n\nContribute a template processor for XLS files based on JXLS project. See: http://jxls.sourceforge.net/\n\n**nuxeo-template-rendering-jod**\n\nContribute JOD Report based template processor for ODT files. This renderer is historical and replaced by xdocreport that is more powerful.\n\n**nuxeo-template-rendering-jaxrs**\n\nContribute a JAXRS simple API as well as a new WebTemplate doc type that is based on a Note rather than a file.\n\n**nuxeo-template-rendering-sandbox**\n\nMisc code and extensions that are currently experimental.\n\n**nuxeo-template-rendering-package**\n\nBuilder for marketplace package.\n\n## Building\n\n### How to build Nuxeo Template Rendering\nBuild the Nuxeo Template Rendering add-on with Maven:\n\n```mvn clean install```\n\n## Deploying\nNuxeo Template Rendering is available as a package add-on [from the Nuxeo Marketplace] (https://connect.nuxeo.com/nuxeo/site/marketplace/package/nuxeo-template-rendering)\n\n## Resources\n### Documentation\nThe documentation for Nuxeo Template Rendering is available in our Documentation Center: http://doc.nuxeo.com/x/9YSo\n\n### Reporting Issues\nYou can follow the developments in the Nuxeo Platform project of our JIRA bug tracker, which includes a Template Rendering component: https://jira.nuxeo.com/browse/NXP/component/11405\n\nYou can report issues on: http://answers.nuxeo.com/\n\n## About Nuxeo\nNuxeo dramatically improves how content-based applications are built, managed and deployed, making customers more agile, innovative and successful. Nuxeo provides a next generation, enterprise ready platform for building traditional and cutting-edge content oriented applications. Combining a powerful application development environment with SaaS-based tools and a modular architecture, the Nuxeo Platform and Products provide clear business value to some of the most recognizable brands including Verizon, Electronic Arts, Sharp, FICO, the U.S. Navy, and Boeing. Nuxeo is headquartered in New York and Paris. More information is available at www.nuxeo.com.\n",
        "digest": "e9e176463318c286d8f00955de4c43a2",
        "encoding": "UTF-8",
        "length": 3344,
        "mimeType": "text/plain",
        "name": "ReadMe.md"
      },
      "readme": {
        "blobProviderId": "default",
        "content": "This modules contains [XDocReport http://code.google.com/p/xdocreport/] plugins of nuxexo-template-rendering module.\n\n## TemplateProcessor\n\nXDocReportProcessor provides an implemantation of the TemplateProcessor that uses XDocReport as an engine.\n\n## Supported formats\n\nThis template processor supports several formats :\n\n - OpenOffice ODT (Write)\n - OpenOffice ODS (Calc)\n - MS Office docx (Word)\n\n## Supported features\n\n - merge fields\n - loops on fields\n - picture insertion\n - text formatting and content inclusion\n\n## Templating format\n\nSee [XDocReport documentation  http://code.google.com/p/xdocreport/wiki/DesignReport].\n\n## XDocReport Remoting\n\nThis module also contains a WebEngine JAX-RS module to provide experimental support for XDocReport remoting and tooling.\n\n## XDocReportTools and REST bindings\n\nXDocReport provide an OpenOffice addon that help the design of Templates.\nThis is still an early version, but you can however use it with Nuxeo.\n\nThe field definition XML file can be generated from Nuxeo Rest API.\nThe field definition file can be generate on a per document type basis :\n\n http://server:port/nuxeo/site/xdoctemplates/xdocresources/model/{docType}\n\nFor XDocReport Resource remote service you can use :\n\n http://server:post/nuxeo/site/xdoctemplates/xdocresources\n",
        "digest": "743e60bdbbcd7eb440e32e67b02f396c",
        "encoding": "UTF-8",
        "length": 1291,
        "mimeType": "text/plain",
        "name": "ReadMe.md"
      },
      "requirements": [],
      "version": "2021.58.6"
    }
  ],
  "creationDate": 1723459723568,
  "key": "Nuxeo Platform-2021.58",
  "name": "Nuxeo Platform",
  "operations": [],
  "packages": [
    {
      "@type": "NXPackage",
      "bundles": [
        "org.nuxeo.template.manager.api",
        "org.nuxeo.template.manager",
        "org.nuxeo.template.manager.jaxrs",
        "org.nuxeo.template.manager.jxls",
        "org.nuxeo.template.manager.xdocreport"
      ],
      "conflicts": [],
      "dependencies": [],
      "hierarchyPath": "/nuxeo-template-rendering-2021.58.6",
      "id": "nuxeo-template-rendering-2021.58.6",
      "name": "nuxeo-template-rendering",
      "optionalDependencies": [],
      "packageType": "addon",
      "title": "Template Rendering",
      "version": "2021.58.6"
    }
  ],
  "pluginSnapshots": {},
  "releaseDate": 1723459723568,
  "version": "2021.58"
}